home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Cafe 3
/
Visual Cafe 3.ISO
/
Vcafe
/
Main.bin
/
SunSigning.java
< prev
next >
Wrap
Text File
|
1998-09-08
|
288b
|
17 lines
package com.symantec.itools.tools.archive;
/**
* @author Symantec Internet Tools Division
* @version 1.0
* @since VCafe 3.0
*/
public abstract class SunSigning
extends TypeSigning
{
protected SunSigning(Options options)
{
super(options);
}
}